projects
/
python3.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9c895f
)
distutils-sysconfig-2
author
Matthias Klose
<doko@debian.org>
Tue, 14 Apr 2026 04:38:32 +0000
(11:38 +0700)
committer
Arnaud Rebillout
<arnaudr@debian.org>
Tue, 14 Apr 2026 04:38:32 +0000
(11:38 +0700)
Gbp-Pq: Name distutils-sysconfig-2.diff
Lib/distutils/tests/test_sysconfig.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/tests/test_sysconfig.py
b/Lib/distutils/tests/test_sysconfig.py
index 6389ffc05dccbe93fb86631de4184d374fa69918..eacb833716049dcdf4ed074cd48970516e676f0f 100644
(file)
--- a/
Lib/distutils/tests/test_sysconfig.py
+++ b/
Lib/distutils/tests/test_sysconfig.py
@@
-120,6
+120,7
@@
class SysconfigTestCase(support.EnvironGuard, unittest.TestCase):
os.environ['ARFLAGS'] = '--env-arflags'
os.environ['CFLAGS'] = '--env-cflags'
os.environ['CPPFLAGS'] = '--env-cppflags'
+ os.environ['CCSHARED'] = '--env-ccshared'
comp = self.customize_compiler()
self.assertEqual(comp.exes['archiver'],
@@
-137,7
+138,7
@@
class SysconfigTestCase(support.EnvironGuard, unittest.TestCase):
'env_cc')
self.assertEqual(comp.exes['linker_so'],
('env_ldshared --env-ldflags --env-cflags'
- ' --env-cppflags'))
+ ' --env-cppflags
--sc-ccshared
'))
self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix')
del os.environ['AR']